home *** CD-ROM | disk | FTP | other *** search
/ Erotic Games: Memory / Erotic Games: Memory.iso / mac / air_installers / AdobeAIR.exe / setup.swf / scripts / mx / managers / SystemManagerGlobals.as < prev    next >
Text File  |  2009-02-12  |  309b  |  17 lines

  1. package mx.managers
  2. {
  3.    public class SystemManagerGlobals
  4.    {
  5.       
  6.       public static var topLevelSystemManagers:Array = [];
  7.       
  8.       public static var bootstrapLoaderInfoURL:String;
  9.        
  10.       
  11.       public function SystemManagerGlobals()
  12.       {
  13.          super();
  14.       }
  15.    }
  16. }
  17.